A flagellate is an organism with one or more whip-like organelles called flagella. Some cells in may be flagellate, for instance the spermatozoa of most phyla. do not produce flagellate cells, but , , green algae, some gymnosperms and other closely related plants do. Likewise, most fungi do not produce cells with flagellae, but the primitive fungal do. Many take the form of single-celled flagellates.
In computer programming, a parameter is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine. These pieces of data are called arguments. An ordered list of parameters is usually included in the definition of a subroutine, so that, each time the subroutine is called, its arguments for that call can be assigned to the corresponding parameters.